go/types.Selection.obj (field)

11 uses

	go/types (current package)
		call.go#L691: 				if m := mset.Lookup(check.pkg, sel); m == nil || m.obj != obj {
		methodset.go#L51: 		return m.obj.Id() >= key
		methodset.go#L55: 		if m.obj.Id() == key {
		methodset.go#L197: 		return list[i].obj.Id() < list[j].obj.Id()
		selection.go#L43: 	obj      Object // object denoted by x.f
		selection.go#L56: func (s *Selection) Obj() Object { return s.obj }
		selection.go#L65: 		sig := *s.obj.(*Func).typ.(*Signature)
		selection.go#L76: 		sig := *s.obj.(*Func).typ.(*Signature)
		selection.go#L89: 	return s.obj.Type()
		selection.go#L135: 	fmt.Fprintf(&buf, ") %s", s.obj.Name())